Spring Boot集成FastJson 1. 如何集成fastjson? 1.1 在pom.xml文件中加入: 1.2 在启动类中加入: 1.3 在实体类中可以加入定制Json格式化 1.4 ...